home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / t_os / book / src / doslib.h < prev    next >
C/C++ Source or Header  |  1993-07-08  |  147b  |  8 lines

  1. /*
  2.  *  ms-dos io-library
  3. */
  4.  
  5. extern  int     chdrv( int no ) ;
  6. extern  int     chdir( char *name ) ;
  7. extern  int     getdir( char *name ) ;
  8.